func testing.fmtDuration

6 uses

	testing (current package)
		example.go#L66: 	dstr := fmtDuration(timeSpent)
		fuzz.go#L417: 	dstr := fmtDuration(f.duration)
		fuzz.go#L691: 				root.flushToParent(root.name, "--- FAIL: %s (%s)\n", root.name, fmtDuration(d))
		testing.go#L908: func fmtDuration(d time.Duration) string {
		testing.go#L1728: 				root.flushToParent(root.name, "--- FAIL: %s (%s)\n", root.name, fmtDuration(d))
		testing.go#L2192: 	dstr := fmtDuration(t.duration)